-
Notifications
You must be signed in to change notification settings - Fork 159
Fix provisioned-iops-on-create passing logic #1278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix provisioned-iops-on-create passing logic #1278
Conversation
/assign @mattcary |
74e3611
to
4639933
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattcary, sunnylovestiramisu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4639933
to
a09d6b3
Compare
8c90ae0
to
5140249
Compare
still lgtm /lgtm |
Okay the number failed again, i will try via gcloud cli first before finalize the number. The validation for pd-extreme seems off, if we do not specify iops, it sets to 100000. However if we set iops, it triggers validations. Also the iops for capacity under 500Gb is not configurable, they will all get 100000. But if we set the diskSize to be 500Gb it will run out of capacity quota for the test project. |
5140249
to
45f0cb0
Compare
45f0cb0
to
5f2c41a
Compare
5f2c41a
to
32a2f52
Compare
1d83ff9
to
fcaf28a
Compare
hack/verify-all.sh succeeded locally, do not know why it is not passing here. |
/retest |
7bc1efe
to
0c1938b
Compare
0c1938b
to
a17d82e
Compare
/lgtm |
/cherry-pick release-1.10 |
/cherry-pick release-1.9 |
/cherry-pick release-1.8 |
@sunnylovestiramisu: new pull request created: #1282 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@sunnylovestiramisu: #1278 failed to apply on top of branch "release-1.9":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@sunnylovestiramisu: #1278 failed to apply on top of branch "release-1.8":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
The logic of passing in provisioned-iops-on-create is not at the right func. The tests picked the default value and the verification is passing.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: